home *** CD-ROM | disk | FTP | other *** search
/ Pulps on CDRom / Pulps on CDROM.iso / comm.z / Header.js < prev    next >
Text File  |  1998-10-20  |  376b  |  23 lines

  1. /* ==================================================================
  2.  
  3. FILE:   Header.js
  4.  
  5. DESCR:  Header library file for Netscape Help implementation.
  6.  
  7. NOTES:  
  8.  
  9. ================================================================== */
  10.  
  11. //top.SystemFrame.trace( "Header.js" )
  12.  
  13.  
  14.  
  15. function onload()
  16.  
  17. {
  18.  
  19.    // Bind events to global event handlers.
  20.  
  21.    top.bindDocEvts( document )
  22.  
  23. }